ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

can't start turtlebot3_simulation

asked 2017-07-10 04:07:40 -0500

rosbear gravatar image

Following steps on http://turtlebot3.robotis.com/en/late... Got error after

export TURTLEBOT3_MODEL=burger roslaunch turtlebot3_fake turtlebot3_fake.launch

THe error is

ERROR: cannot launch node of type [turtlebot3_fake/turtlebot3_fake_node]: can't locate node [turtlebot3_fake_node] in package [turtlebot3_fake]

what should I do to fix it?

Thanks

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2017-07-10 13:50:43 -0500

tfoote gravatar image

updated 2017-07-10 15:31:42 -0500

It looks like those docs don't explicitly call out to source the devel workspace after you run the build.

Try . devel/setup.bash to setup your environment.

This is covered in the ROS Environment tutorial: http://wiki.ros.org/ROS/Tutorials/Ins...

Edit: I've opened a ticket to improve the insturctions: https://github.com/ROBOTIS-GIT/turtle...

edit flag offensive delete link more
1

answered 2017-07-10 17:31:55 -0500

@rosbear, Did you install the package inside your ros workspace like below?

cd ~/catkin_ws/src/
git clone https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
cd ~/catkin_ws && catkin_make
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-07-10 04:07:40 -0500

Seen: 2,635 times

Last updated: Jul 10 '17