- Oct 18, 2018
-
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
Adding unit test to robot class and disable parsing URDF file
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Matt Hansen authored
Ability to build Pull Requests in Travis
-
Matthew Hansen authored
-
- Oct 17, 2018
-
-
Matthew Hansen authored
-
Carl Delsey authored
-
- Oct 16, 2018
-
-
Carl Delsey authored
This is a a workaround. The current AMCL code frequently fails to transform data and generate a pose. The current hypothesis is that this is a result of the message filter code having been removed. This change works around the problem by adding a 1 second timeout on each transform, meaning there is now a 1 second window from when the data is received till the transform can become available. It's not clear whether this workaround has any unintended consequences. Specfically I'm concerned about performance and latency.
-
Mohammad Haghighipanah authored
Parse URDF file from ros_robot class
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Mohammad Haghighipanah authored
-
Steven Macenski authored
* changing oregon team email to Carls * changing header gaurds * gaurds galore
-
- Oct 13, 2018
-
-
Carl Delsey authored
* Fixing time delays. Duration object takes nanoseconds, not seconds * Fixing DWB. It runs and almost follows a path. No pose seems to be available, so it just publishes zero velocity. * Addressing review comments.
-
- Oct 12, 2018
-
-
Michael Jeronimo authored
* Provide README for nav2_tasks * Address review feedback
-
Michael Jeronimo authored
* Generalize the planning test directory to be a system test directory * Some updates for the planning tests to adapt to new directory structure * A bit of reorg on the system test directory per @SteveMacenski's feedback
-
Matt Hansen authored
Fix dockerfile for new repo structure
-
- Oct 11, 2018
-
-
Michael Jeronimo authored
Instead, we can add the fake_localization package to the repo and finish the port to ROS2. This will allow us to test the stack with a stub localizer, thereby avoiding the ros1_bridge when running in simulation, since AMCL currently needs input from gazebo which must be run on the ROS1 side since since the ROS2 version of the gazebo plugins are not yet available.
-
Matthew Hansen authored
-
Matthew Hansen authored
-
Carl Delsey authored
This problem would cause TaskServer to immediately call the execute process, even before a command was received. Whether you were affected by this bug depended on the state of the stack when the Task Server was constructed.
-
Carl Delsey authored
For some reason, on Ubuntu 18.04, cmath functions are no longer being added to the global namespace by default. To fix this, the cmath header needs to be added and the hypot function scoped.
-
- Oct 10, 2018
-
-
Steven Macenski authored
* moved over * moving all messages into an internal msgs metapackage grouping * moving all the messages into a homologated package * making necessary changes for the msgs package homologation * adding metapackage * adding myself as a maintainer * build script and doc updates for package in workspace * dealing with merge issues * remove author fields * moving around * merge conflict v3 * remove costmap 2d from utils * killing src dir * remove costmap 2d clone #3 * remove extraneous file * kill dwa for some reason * dwb rectification * removing oregon author -> maintainer * controller -> nav2_controller * adding new msgs to new things * tags * bringup pkg * compiling with task status mode * getting the task status to compile for dwa * adding costmap2d into nav2 naming nominclature * adding controller metapackage * recursive definitions -- bringup cannot be inside of the metapackage * kill bad line * hopefully actual last git merge error... * changelog resolve
-
- Oct 09, 2018
-
-
Carl Delsey authored
-
- Oct 06, 2018
-
-
Michael Jeronimo authored
Avoid the copyright check in two directories because of the unsupported license header. Fixes #75, fixes #92. (#143)
-
Carl Delsey authored
* Adding time delays to launch script. Adding repo with launch file fix * Changing back to example controller instead of DWB DWB isn't ready yet.
-
Michael Jeronimo authored
* Update the map server to publish the map periodically to make sure it crosses the ROS1 bridge * Address all of the lint issues (except for the copyright header)
-
- Oct 05, 2018
-
-
Carl Delsey authored
-
- Oct 04, 2018
-
-
Michael Jeronimo authored
Integrate the current modules for an overall system test * Simple navigator gets the goal pose from gazebo via the move_base_simpl/goal message * The Dijkstra global planner gets the current robot pose from localization * Send a mission plan from the mission executor upon receiving a goal pose from rviz * Incorporate Carl's change to make the robot move in the stub dwa controller * Start on a system launch file * Address review feedback
-
Carl Delsey authored
This should make the test_map.yaml work on other systems.
-
Brian authored
more spacing fixes one more line fix
-
Brian authored
-
Brian authored
-