adeeb10abbas/outdoor_ros2

ROS node for predictive sampling-based motion planning

Opened this issue · 0 comments

Create a ROS node that implements the sampling algorithm: The node should subscribe to relevant sensor topics and use the data to update the robot's state. It should also use the OptimizePolicy function to compute the optimal policy for the current state and publish the actions to be taken to another topic.

Reference -

  1. Predictive Sampling: Real-time Behaviour Synthesis with MuJoCo
  2. Mujoco Model Predictive Control