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

how to build and use your code #26

Open
lcc815 opened this issue Jan 30, 2024 · 1 comment
Open

how to build and use your code #26

lcc815 opened this issue Jan 30, 2024 · 1 comment

Comments

@lcc815
Copy link

lcc815 commented Jan 30, 2024

Hi,

Thanks for your work. I am not familiar with ROS, could you please give a step-by-step guide to show how to build and use the repo.
I have done the following steps, but what's next?

mkdir build
cmake ..
make

Thanks,

@fratopa
Copy link

fratopa commented Jun 3, 2024

Hi, this is a ROS1 package, to build this you need to have installed ROS.

Assuming you are familiar with the concepts illustrated here, the build process is relatively straightforward:

mkdir catkin-ws && cd catkin-ws
mkdir src && cd src
git clone https://github.com/hku-mars/HBA
cd ..
catkin build

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