question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warning on bringup.

See original GitHub issue

HI, I have a brand new TB3 and have followed all the instructions from the manual. I have also updated the OpenCR using the shell script in the manual. However, when I run roslaunch turtlebot3_bringup turtlebot3_robot.launch, the following warning shows up.

[ WARN] [1520881835.413400698]: Check OpenCR update and change your firmware!!

Everything on the bot seems to work just fine, however it is annoying to see these warn messages. Also, I am concerned that it will fillup the log files quickly.

Any ideas what might be going on here?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:21 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
vik748commented, May 3, 2018
  1. Update the OpenCR boot loader (ver 1.1.2) using the Arduino IDE http://emanual.robotis.com/docs/en/parts/controller/opencr10/#arduino-ide 6.1.7 Writing Bootloader(Linux)
  2. Update the firmware using linux scipt http://emanual.robotis.com/docs/en/platform/turtlebot3/opencr_setup/#opencr-setup
  3. Update packages and make
$ cd ~/catkin_ws/
$ rm build/ dev/
$ cd src
$ rm -rf turtlebot3/ turtlebot3_msgs/
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3.git
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
$ cd ~/catkin_ws
$ catkin_make
$ source devel/setup.bash

Hope that helps…

1reaction
shahvicommented, Mar 19, 2018

I observed the same behavior as @mirwox . However, after I pull the code from git again, the problem seems to have gone away. I will close this for now. Thanks for your help everyone.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What does the term 'bringup' or 'bring-up' mean in the ... - Quora
When gold is used in any semiconductor chip, silicon or otherwise, it is used to provide contact pads that do not oxidize and...
Read more >
What is Board Bring-Up – Part 2 - ASSET InterTech
We've previously defined “board bring-up” as a phased process whereby an electronics system, inclusive of assembly, hardware, firmware, and ...
Read more >
WARNING: watchdog failed to bring up delegate IP, 'ifconfig ...
[pgpool-general: 4547] Re: WARNING: watchdog failed to bring up delegate IP, 'ifconfig up' failed. Lucas Luengas lucasluengas at gmail.com
Read more >
UIAlertController : UICollectionViewFlowLayout is not defined ...
I call this function on a navigation button tap. The alert displays correctly, but I keep on getting this warning everytime I try...
Read more >
Certificate warning should not bring up the main Fiddler window
A simple change request: when I navigate, using Fiddler, to a page that has an untrusted https certificate, I get the popup from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found