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

ROS 1 build failing #5

Open
rarmstrong22 opened this issue Mar 8, 2024 · 1 comment
Open

ROS 1 build failing #5

rarmstrong22 opened this issue Mar 8, 2024 · 1 comment

Comments

@rarmstrong22
Copy link

We're attempting to take tofcore_ros out for a spin, but not having much luck. We're stuck back in ROS 1 land, and the build instructions seem to make some pretty big assumptions, like that we're installing ROS from scratch, and that libtofcore is already installed (by make provision_ros1?). Also, there appears to be a typo in ros_nodes/Makefile:

cd ros1 && source /opt/ros/noetic/setup.bash && colcon build

colcon isn't part of the ROS 1 universe.

I was hoping I would be able to do the typical ROS thing:

  • Install a binary libtofcore with rosdep, or if no binaries exist, do a make install to build/install from source.
  • Drop tofcore_ros into my ROS workspace and catkin_make.

BTW, nice sensor (Mojave). Looks great so far.

@rarmstrong22
Copy link
Author

Circular dependency: on a fresh Ubuntu 20.04 install, make provision_ros1 fails because the provision target needs python3-vcstool package, which we don't have yet, because we get that from the provision_ros1 target. Figured I'd drop this here instead of creating new-ticket spam.

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

1 participant