We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@p-rosit: This is an example directly related to the workshop.
To get there, it's time to work with the workshop repos: https://github.com/ros-wg-delib/roscon24-workshop
git clone --recurse-submodules https://github.com/ros-wg-delib/roscon24-workshop.git docker compose build docker compose run base
Inside the container start the world
ros2 run delib_ws_worlds run --ros-args -p problem_number:=1
Start SkiROS2 with this:
ros2 launch skiros2_pyrobosim_lib main.launch.py
These parameter settings on a newly started world should work:
Nice to see. But there's a catch: To get it to work, I had to introduce this parameter:
skiros2_pyrobosim_lib/skiros2_pyrobosim_lib/pyrobosim_solutions.py
Line 13 in f8eed45
and use it here:
Line 35 in f8eed45
The text was updated successfully, but these errors were encountered:
I circumvented this by explicitly setting the StartLocation in problem 1: 670146e
However, that's still only a workaround
Sorry, something went wrong.
New: Leaves implementation hint about setting the navigate startlocation
c4b3e2c
It needs to be set because of #2 Otherwise one would need "BbUnsetParam"
I moved this issue to the SkiROS2 main repo since it's not specific to this repo: RobotLabLTH/SkiROS2#116
No branches or pull requests
@p-rosit: This is an example directly related to the workshop.
Setup
To get there, it's time to work with the workshop repos: https://github.com/ros-wg-delib/roscon24-workshop
Inside the container start the world
Start SkiROS2 with this:
Running the skill
These parameter settings on a newly started world should work:
Nice to see. But there's a catch:
To get it to work, I had to introduce this parameter:
skiros2_pyrobosim_lib/skiros2_pyrobosim_lib/pyrobosim_solutions.py
Line 13 in f8eed45
and use it here:
skiros2_pyrobosim_lib/skiros2_pyrobosim_lib/pyrobosim_solutions.py
Line 35 in f8eed45
which is not really how it should work
The text was updated successfully, but these errors were encountered: