-
Notifications
You must be signed in to change notification settings - Fork 1
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 install ROS1 Melodic on ubuntu 22 #3
Comments
Hi @lemonci, thanks for checking out our repo! I realized that I mistyped the version of ROS we used -- we actually used ROS1 Noetic. Here is the publicly available Dockerfile: https://hub.docker.com/r/peasant98/active-touch-gs It is a little beefy, let me know if you have any questions! I'll also add the Dockerfile to the readme. |
Hi @lemonci, any update for this? Thx! |
Hi Matt, sorry I am still struggling with this. I will give you an update by the end of this weekend if this issue can be close. Thanks! |
No problem -- let me know if you need any help! We are working on making the README steps more clear. |
Hi @lemonci, we have updated the README with more comprehensive Docker steps: |
Hi Matt, I tried to run
And got an error So I guess there is a problem with |
Hi @lemonci, I think this comes down to the missing |
Hi @peasant98 , after installing nvidia-docker, the commands can be run. However, as the user name on our machine is not
I suppose there are some hard-coded path variables in the code? |
Hi Matt, despite the previous error, I continued to install FisherRF-ns and compile NextBestSense. And here's the error I got
Any suggestion? Thanks. |
Hi @lemonci, we do have this hardcoded in the bashrc. My apologies -- we will push a newer Docker image this week fixing. However, you can effectively ignore this error (it shouldn't mess up other stuff) |
For this, do you have the |
Also, could you try directly building the |
Hi Matt, after trying different options. I think I figured out the problem was that
Also, there are some other things to update in the ReadMe:
|
Hi @lemonci , thank for the tips to update in the Readme. I will update it tomorrow -- I had a lot of this stuff on my system before. I am planning to reinstall this work myself from scratch to see what issues may come up along the way. I will report back this week!! |
Hi Matt, Thanks for your prompt and kind reply! I have added some errors I encountered and the way to fix them in the previous reply. ~~ My current issue is the "Getting Next Best Sense Setup and Training part", when I try to So I would like to make sure what path this build is handling, as indeed there is no src under the home path. ~~ Also, congratulations for your ICRA acceptance! |
Hi @lemonci, I was a bit busy with another paper this week so I shall get to this in the weekend and early week. Sorry for the delay! |
Hi Matt, no problem! Take your time and we are looking forward to see your future work~ |
As you suggested the "The pipeline has been tested on Ubuntu 22.04." and ROS1 Melodic is in the requirement list, could you suggest how you managed to install ROS1 Melodic on ubuntu 22? If you used docker, can you provide the container? Thanks.
The text was updated successfully, but these errors were encountered: