-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support for opentera online * Reduced Realsense frequency to 15 Hz * Added real robot_status * Fix firmware * Fix robot_status * Replace isBatteryCharging by isPsuConnected. * Add isBatteryCharging * Fix ControlPanel * Add the step for the teensy udev rule * Fix base_status in robot_status * Add localisation arg to the rtabmap launch file * WIP rtabmap and rviz * WIP rtabmap * Fix odas dynamic linking error * Fix voltage and current inversion * WIP * Removed map stuff (rtabmap, map_image_generator, labels_manager) for OpenTera * Fix launch file argument * Added launchfile output arguments * Update odas_ros * Added explicit value false for is_stand_alone in ttop_opentera_online * Update odas_ros * Update odas_ros * WIP * Updated opentera-webrtc-ros * Cleanup in message format documentation comment in .ino file Co-authored-by: mamaheux <[email protected]> * Replace DoAction srv with opentera_webrtc_ros_msgs/SetString srv * Fix code review elements * Update frontend * Add remap for head actions in teleop * Update submodule * Update submodule * Fix problem with echo cancellation * Added scripts and documentation to setup ca certificates * Updated documentation * Updated submodule * Fix some code review elements Co-authored-by: Marc-Antoine Maheux <[email protected]> Co-authored-by: mamaheux <[email protected]>
- Loading branch information
1 parent
9886dff
commit fce1a6f
Showing
48 changed files
with
2,368 additions
and
188 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
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
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,39 @@ | ||
# UDEV Rules for Teensy boards, http://www.pjrc.com/teensy/ | ||
# | ||
# The latest version of this file may be found at: | ||
# http://www.pjrc.com/teensy/00-teensy.rules | ||
# | ||
# This file must be placed at: | ||
# | ||
# /etc/udev/rules.d/00-teensy.rules (preferred location) | ||
# or | ||
# /lib/udev/rules.d/00-teensy.rules (req'd on some broken systems) | ||
# | ||
# To install, type this command in a terminal: | ||
# sudo cp 00-teensy.rules /etc/udev/rules.d/00-teensy.rules | ||
# | ||
# After this file is installed, physically unplug and reconnect Teensy. | ||
# | ||
ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04*", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1" | ||
ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789a]*", ENV{MTP_NO_PROBE}="1" | ||
KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04*", GROUP:="dialout", RUN:="/bin/stty -F /dev/%k raw -echo" | ||
KERNEL=="hidraw*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04*", GROUP:="dialout" | ||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04*", GROUP:="dialout" | ||
KERNEL=="hidraw*", ATTRS{idVendor}=="1fc9", ATTRS{idProduct}=="013*", GROUP:="dialout" | ||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1fc9", ATTRS{idProduct}=="013*", GROUP:="dialout" | ||
|
||
# | ||
# If you share your linux system with other users, or just don't like the | ||
# idea of write permission for everybody, you can replace MODE:="0666" with | ||
# OWNER:="yourusername" to create the device owned by you, or with | ||
# GROUP:="somegroupname" and mange access using standard unix groups. | ||
# | ||
# ModemManager tends to interfere with USB Serial devices like Teensy. | ||
# Problems manifest as the Arduino Serial Monitor missing some incoming | ||
# data, and "Unable to open /dev/ttyACM0 for reboot request" when | ||
# uploading. If you experience these problems, disable or remove | ||
# ModemManager from your system. If you must use a modem, perhaps | ||
# try disabling the "MM_FILTER_RULE_TTY_ACM_INTERFACE" ModemManager | ||
# rule. Changing ModemManager's filter policy from "strict" to "default" | ||
# may also help. But if you don't use a modem, completely removing | ||
# the troublesome ModemManager is the most effective solution. |
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
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
This file was deleted.
Oops, something went wrong.
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,10 +1,13 @@ | ||
<launch> | ||
<arg name="language" default="en"/> <!-- Options: fr or en --> | ||
|
||
<node pkg="control_panel" type="control_panel_node" name="control_panel_node" output="screen"/> | ||
<arg name="output" default="log"/> | ||
|
||
<node pkg="control_panel" type="control_panel_node" name="control_panel_node" output="$(arg output)"/> | ||
|
||
<include file="$(find t_top)/launch/bringup.launch"> | ||
<arg name="language" value="$(arg language)"/> | ||
<arg name="slam" value="false"/> | ||
<arg name="output" value="$(arg output)"/> | ||
</include> | ||
</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
Oops, something went wrong.