Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

successfuly executed catkin_make but problem when using roslaunch roborts_bringup unity_navigation.launch (roborts_tf folder missing) #59

Open
longdoank8 opened this issue Nov 5, 2023 · 1 comment

Comments

@longdoank8
Copy link

When I use roslaunch roborts_bringup unity_navigation.launch it fails, because roborts_tf folder is missing.
As stated in /src/RoboRTS-v2/roborts_bringup/package.xml the folder roborts_tf is needed.
After commenting it out it launches wihtout error, but rviz doesnt work correctly and the some nodes give error
I use wsl with Ubuntu 20.4 and ros-noetic
Did someone successfuly launch the simulation ?

<buildtool_depend>catkin</buildtool_depend>

<build_depend>roborts_base</build_depend>
<build_depend>roborts_common</build_depend>
<build_depend>roborts_localization</build_depend>
<build_depend>roborts_costmap</build_depend>
<build_depend>roborts_msgs</build_depend>
<build_depend>roborts_planning</build_depend>
<!--<build_depend>roborts_tf</build_depend> -->

<run_depend>roborts_base</run_depend>
<run_depend>roborts_common</run_depend>
<run_depend>roborts_localization</run_depend>
<run_depend>roborts_costmap</run_depend>
<run_depend>roborts_msgs</run_depend>
<!--<run_depend>roborts_tf</run_depend> -->

<export>
</export>
Screenshot 2023-11-05 200834
@Freedom-Guo
Copy link

Freedom-Guo commented Nov 5, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants