forked from iandouglas96/jackal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/noetic-devel' into jackal2
- Loading branch information
Showing
56 changed files
with
1,796 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Default all changes will request review from: | ||
* @tonybaltovski |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: Bug Report | ||
about: Provide a report for that the issue is | ||
title: '' | ||
labels: bug | ||
assignees: tonybaltovski, civerachb-cpr | ||
|
||
--- | ||
|
||
**Please provide the following information:** | ||
- OS: (e.g. Ubuntu 18.04) | ||
- ROS Distro: (e.g. Melodic) | ||
- Built from source or installed: | ||
- Package version: (if from repository, give version from `sudo dpkg -s ros-$ROS_VERSION-jackal-PACKAGE_WITH_ISSUE`, if from source, give commit hash) | ||
- Real hardware or simulation: | ||
|
||
**Expected behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual behaviour** | ||
A clear and concise description of what you encountered. | ||
|
||
**To Reproduce** | ||
Provide the steps to reproduce: | ||
1. run something | ||
2. launch something else | ||
3. see the error | ||
|
||
|
||
**Other notes** | ||
Add anything else you thing is important. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Feature request | ||
about: Provide context for the feature you are requesting | ||
title: '' | ||
labels: enhancement | ||
assignees: tonybaltovski, civerachb-cpr | ||
|
||
--- | ||
|
||
**Describe the the feature you would like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Other notes** | ||
Add anything else you thing is important. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: jackal_ci | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
jackal_noetic_ci: | ||
name: Noetic | ||
strategy: | ||
matrix: | ||
env: | ||
- {ROS_DISTRO: noetic, ROS_REPO: main} | ||
- {ROS_DISTRO: noetic, ROS_REPO: testing} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: 'ros-industrial/industrial_ci@master' | ||
env: ${{matrix.env}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Copyright 2021 Clearpath Robotics Inc. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the | ||
following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following | ||
disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following | ||
disclaimer in the documentation and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | ||
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
jackal_control/config/teleop.yaml → jackal_control/config/teleop_ps3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,3 @@ teleop_twist_joy: | |
joy_node: | ||
deadzone: 0.1 | ||
autorepeat_rate: 20 | ||
dev: /dev/input/ds4x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,41 @@ | ||
<launch> | ||
|
||
<arg name="enable_ekf" default="$(optenv ENABLE_EKF true)"/> | ||
|
||
<rosparam command="load" file="$(find jackal_control)/config/control.yaml" /> | ||
|
||
<node name="controller_spawner" pkg="controller_manager" type="spawner" | ||
args="jackal_joint_publisher jackal_velocity_controller" /> | ||
<!-- | ||
<node pkg="robot_localization" type="ekf_localization_node" name="ekf_localization"> | ||
<rosparam command="load" file="$(find jackal_control)/config/robot_localization.yaml" /> | ||
</node> | ||
<group if="$(arg enable_ekf)" > | ||
<node pkg="robot_localization" type="ekf_localization_node" name="ekf_localization"> | ||
<rosparam command="load" file="$(find jackal_control)/config/robot_localization.yaml" /> | ||
</node> | ||
<group if="$(optenv JACKAL_IMU_MICROSTRAIN 0)"> | ||
<!-- Optionally load the configuration for the Microstrain-family IMU --> | ||
<rosparam> | ||
ekf_localization: | ||
imu1: microstrain/imu/data | ||
imu1_config: [false, false, false, | ||
true, true, true, | ||
false, false, false, | ||
true, true, true, | ||
false, false, false] | ||
imu1_differential: false | ||
</rosparam> | ||
<param name="ekf_localization/imu1" value="$(optenv JACKAL_IMU_MICROSTRAIN_NAME microstrain)/imu/data"/> | ||
</group> | ||
</group> | ||
|
||
<node pkg="twist_mux" type="twist_mux" name="twist_mux"> | ||
<rosparam command="load" file="$(find jackal_control)/config/twist_mux.yaml" /> | ||
<remap from="cmd_vel_out" to="jackal_velocity_controller/cmd_vel"/> | ||
</node> | ||
--> | ||
--> | ||
|
||
</launch> | ||
<group if="$(optenv JACKAL_CONTROL_EXTRAS 0)" > | ||
<rosparam command="load" file="$(env JACKAL_CONTROL_EXTRAS_PATH)" subst_value="true" /> | ||
</group> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>jackal_control</name> | ||
<version>0.6.3</version> | ||
<version>0.8.8</version> | ||
<description>Controllers for Jackal</description> | ||
<maintainer email="[email protected]">Mike Purvis</maintainer> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.