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

could not choose the laser sensor. #134

Closed
retrodorian opened this issue Dec 26, 2024 · 3 comments
Closed

could not choose the laser sensor. #134

retrodorian opened this issue Dec 26, 2024 · 3 comments

Comments

@retrodorian
Copy link

Hi, when I use the command "bash install_linorobot2.bash <robot_type> <laser_sensor> <depth_sensor>" as bash "install_linorobot2.bash 4wd" a1, (I do not have depth_sensor yet so I am not choosing any) the terminal output says that I should use rplidar etc. How the system will know the model of my LIDAR if I can only specify rplidar? Also foxy has lots of rosdep issues, do you advise me to keep use it? I am using rpi4 with 4GB RAM so I have some resource issues. Thank you for your interest.

@hippo5329
Copy link
Contributor

Foxy is EOL. You should use Humble instead.

If you have to use Foxy, follow this wiki to install dependency.

https://github.com/hippo5329/linorobot2_hardware/wiki#install-linorobot2-on-ubuntu-2004-and-foxy

Then install linorobot2 with humble branch. It will work for Foxy.

cd /tmp
wget https://raw.githubusercontent.com/linorobot/linorobot2/humble/install_linorobot2.bash
bash install_linorobot2.bash 2wd a1
source ~/.bashrc

@hippo5329
Copy link
Contributor

BTW, you can not execute commands with cut-and-paste in ubuntu 20.04 terminal. You will need to save the commands as a script and run the script. Otherwise, some commands will not be executed.

@retrodorian
Copy link
Author

Thank you so much. I installed all dependencies manually.

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