-
Notifications
You must be signed in to change notification settings - Fork 42
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
Keyboard commands and Rviz visualization [Go2] #47
Comments
Hello! Have you tried https://github.com/abizovnuralem/go2_omniverse/tree/added_copter ? It supports the latest version |
Probably in the clone on this repo there is not specified the branch to which refer. On top, regarding the Ros2 Sdk that can be used with this digital twin project, how should I declare the ROBOT_IP and the CONN_TYPE env vars since everything is running on my local machine? |
Quick update: the clone command in the README should be updated by putting the Then, regarding the Ros2 SDK, I've built the humble_ws with the content that can be found here, I've also added the env variables in order to allow the Ros2 communication:
and I've also added in there the env variables for the Go2 usage
By the way, trying to launch everything with |
Do you have screenshots? Can you send it here please? |
@RiccardoZuppetti can you please check this #52 comment please |
Hi @abizovnuralem , since I do not have access to the physical Go2 I decided to try using that digital twin project.
Now, since I am already using Isaac Sim (4.2.0) and Isaac Lab (the latest version available) for another project , I have tried to adapt this implementation to the latest software versions.
Take into account that IsaacLab has been installed following this procedure, skipping this section, and everything works fine, from the standalone examples to some other related to RL.
In particular, following this guide, I've made the following changes:
each occurrence of
orbit
within the project has been replaced withlab
each occurrence of
RLTaskEnvCfg
has been replaced withManagerBasedRLEnvCfg
removed the
--cpu
flag within thecustom_rl_env.py
script (since not supported anymore in the latest IsaacLab)At this point, after that the repo has been cloned, I've performed this step, and finally I've modified the
run_sim.sh
file (since I do not have a conda env for IsaacLab):Starting everything, I notice that:
Is there something that can be done to solve that? Are you planning to port this entire project to work with IsaacSim 4.2.0 and the latest IsaacLab?
The text was updated successfully, but these errors were encountered: