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

Update Build Wiki #238

Open
Yadunund opened this issue Mar 14, 2022 · 2 comments
Open

Update Build Wiki #238

Yadunund opened this issue Mar 14, 2022 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Yadunund
Copy link
Member

Yadunund commented Mar 14, 2022

In order to build dave on the host machine, several dependencies need to be installed. The build wiki is missing the instructions to do so. Opening this ticket to propose adding this below instruction to the wiki

rosdep update
rosdep install --from-paths src --ignore-src --rosdistro noetic -y

Additionally, we should build the packages in Release mode.

catkin build --cmake-args -DCMAKE_BUILD_TYPE=Release
@Yadunund Yadunund added the documentation Improvements or additions to documentation label Mar 14, 2022
@cybanical
Copy link

@Yadunund using

Errors looking like the following occur when using the Direct Install instructions . In trying to solve the unable to locate uuv_sensor_ros_plugins I tried your suggestion

rosdep install --from-paths src --ignore-src --rosdistro noetic -y
But still get these errors:
ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: caldus_gazebo: Cannot locate rosdep definition for [uuv_gazebo_ros_plugins] ...
The missing packages that cannot be found are:

  • [uuv_gazebo_ros_plugins]
  • [uuv_sensor_ros_plugins]
  • [ds_sim]

@woensug-choi
Copy link
Collaborator

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

No branches or pull requests

4 participants