Gazebo | Ignition | Community
Ask Your Question
0

How to launch my project with roslaunch?

asked 2019-05-06 15:48:52 -0500

andcortez gravatar image

I'm trying to launch my project with "roslaunch lmt_world.launch" but this error is showing up:

Invalid <arg> tag: gazebo_ ROS path [0]=/opt/ros/kinetic/share/ros ROS path [1]=/opt/ros/kinetic/share.

Arg xml is <arg default="$(find gazebo_)/worlds/pista.world" name="world_name"/> The traceback for the exception was written to the log file

edit retag flag offensive close merge delete

Comments

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-05-07 09:05:17 -0500

hachbani gravatar image

the syntax is

roslaunch projet_name launch_file.launch

also did you type

source /opt/ros/kinetic/setup.bash ?

Not sure if this is the source of the problem but give it a shot.

See also this: http://gazebosim.org/tutorials?tut=ro...

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2019-05-06 15:48:52 -0500

Seen: 2,221 times

Last updated: May 07 '19