-
Notifications
You must be signed in to change notification settings - Fork 12
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
Launch params and some other confusion #27
Comments
For this question,
currently, I have realized this by configuring the workspace chain which includes the workspace for the PR branch of |
I am planning to write a tutorial for the build process and the launchfile parameters, but due to my current workload that might take some time, so I'll give you the short version here:
There are two different types of rendering: offscreen and onscreen. Offscreen rendering is used to render images of cameras defined in a loaded mujoco model and to be able to broadcast them over ROS. Onscreen rendering means just rendering the GUI. Additionally there is
I will add the dependency to ensure the correct build order in a shared workspace, thanks for the hint.
To make your mujoco_ros workspace use the results-space of
I've also had problems using the vscode ROS extension for debugging. That's why I'm using gdb directly from the commandline. The launchfile offers using the Hope this helps |
Much appreciated! I totally understand the workload that you face in developing such a big project, so I appreciate that you took the time to answer my question! Likewise, I'm glad that some of my questions can give you some little hints, and I will try to debug as you said. In addition to the above issues, I tried to launch the moveit_demo.launch directly. After some attempts, I found that |
I think that either setting I've started setting up a wiki with some documentation currently located here. I just started writing some basic info, so it is quite empty yet, but feel free to have a look. |
Thanks! @DavidPL1 Besides, I think this part should be added with
to successfully launch MoveIt along with the corresponding controller being found. Btw, I have sent a PR for mujoco_ros_pkgs to fix the instruction in README.md, please check. |
correct. I fixed it in ubi-agni/franka_ros_mujoco@19d8fce
Done |
Hi! @DavidPL1
I have dived into this repo for a while and have some confusion. It would be great to get your guidance when you are free.
In the launch_server.launch file,
headless
,render_offscreen
, andno_x
args are listed. I've tried some combinations between them whenroslaunch
. It seems to me that these parameters are all related to making Mujoco render in the background or not. If so, is it possible to use only one parameter?In the README.md file, I have noticed that
Thus, I have built the PR branch of
actionlib
. However, I'm struggling to make themujoco_node
link against the source code ofactionlib
instead of the binary. Besides, I didn't find the dependence of the actionlib in thisCMakeList.txt
.mujoco_node
with the necessary launch prefix and gdb, but I think this is inefficient and unintuitive to watch some variables' values. Meanwhile, when debugging with gdb, I'm busy confirming the location of breakpoints and encountering some errors, like no such files. I'm used to debugging with the ROS extension in VSCode, but it seems that this extension has many bugs that make it unsuitable for this kind of big project. Certainly, I might be inexpert. I would like to get some advice about debugging such a big project from an expert like you.Looking forward to your reply! Thanks in advance!
The text was updated successfully, but these errors were encountered: