autorally
autorally copied to clipboard
Software for the AutoRally platform
Hi, Thanks for sharing this amazing work! I follow the steps in ReadMe, but the "catkin_make" seems not working, and I got the following message. `collect2: error: ld returned 1...
Hi, Thank for this amazing work and for making everything so easy to follow. I am trying to use the standalone node [basis functions](https://github.com/AutoRally/autorally/blob/melodic-devel/autorally_control/launch/path_integral_bf.launch) using custom costmaps. My question is...
When I launch the Constant Speed Controller following the instructions in the ReadMe it hangs on init.
As per the http://docs.ros.org/melodic/api/nav_msgs/html/msg/Odometry.html, The twist in the odometry message should be specified in the coordinate frame given by the child_frame_id. In https://github.com/AutoRally/autorally/blob/melodic-devel/autorally_control/src/path_integral/autorally_plant.cpp: the twist has been set for the...
I was unable to build `autorally` on Melodic / Ubuntu 18.04 via `catkin_make` due to the following linker error when building the `autorally_core` package. ``` [ 92%] Linking CXX executable...
I had some issues getting autorally to build, here is how I got around those issues. I'm runniung ubuntu 16.04 and using ros kinetic as the README instructs. ### apt...
- added a timeout on the controller spawner in all launch files because if gazebo takes to long to startup (`autoRallyTrackGazeboSim.launch ` takes over a minute to launch on my...
Hi, I've implemented Model Predictive Path Integral (MPPI, Williams et al., 2017) in Python with the OpenAI Gym environment "pendulum" [1]. Perhaps you are interested in referencing this implementation in...
Hello, We are trying to setup our AutoRally (platform v1.4) on Ubuntu 18/Melodic, and we are currently running into an issue where the Teensy LC that controls our runstop box...
I am trying to setup the ROS Navigation Stack with autorally platform. I was able to put a laser on the robot in Gazebo and was able to get the...