You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with Autoware planning simulations can be a little figety. We want to simplify this, especially when performing demos.
We could either:
Use an extensive Simulator Scenario ROS package to do this. And combine commands to shell scrips
Or, could provide a command line that takes that provides a list of scenarios (e.g. Road to Parking, Car to Obstacle, Reversing) we could automate the demo process. E.g.
ros2 launch <new-package-name> <new-ros2-node>
...
What scenario would you like to demo?
1. Parking
2. Car stopping due to random obstacle
3. A to B then back to B
4. etc.
Input:
For the second option:
You'll need to first know the starting/ending locations for each scenario
For each scenario, the new ROS package first sets the vehicle to the starting point and sets the end point
To get an idea of topics published, I recommend following the default Autoware Planning Simulation, then running ros2 topic list & ros2 topic echo
Obviously the first option sounds simipler so I encourage you to try that first, but if it over complicates our workspace than you can opt to option 2.
Skills: Python/C++ & ROS or Shell scripting.
The text was updated successfully, but these errors were encountered:
For option 1, I've posted an new issue on the scenario_simlutor_v2 here: tier4/scenario_simulator_v2#1365. We will wait for a maintainer to respond, but if any of you guys managed to get the the scenario_test_runner, let me know.
Got some good advice about from the scenario_simulator_v2 issue above. I managed to get it working on my 8 GB RAM Ubuntu VM. So, it should work decently on the Alienware.
Another idea for storing scenarios is to use rosbag. rosbag essentially allow you to record the ROS messages and play them back. So, we could potentially record our manually planning simulations, save them to rosbags, and play them at any time we want without getting fidgety with the Autoware/RViz GUI.
We might get back to this task once you guys are done with the cameras.
Working with Autoware planning simulations can be a little figety. We want to simplify this, especially when performing demos.
We could either:
For the second option:
ros2 topic list
&ros2 topic echo
Obviously the first option sounds simipler so I encourage you to try that first, but if it over complicates our workspace than you can opt to option 2.
Skills: Python/C++ & ROS or Shell scripting.
The text was updated successfully, but these errors were encountered: