Commit Graph

64 Commits

Author SHA1 Message Date
David Anthony
764a3207b3
Update README.md 2025-06-03 22:02:30 -05:00
David Anthony
59940cbb4f
Update README.md 2025-06-03 22:01:17 -05:00
David Anthony
d90778892a
Update README.md 2025-06-03 22:00:11 -05:00
David Anthony
d726dcf79a
Update README.md 2025-05-30 09:40:24 -05:00
David Anthony
74c5b571f1
Update README.md 2024-12-09 12:51:54 -06:00
David Anthony
c981240422 Updating to remove Iron references and add Jazzy references 2024-12-09 12:29:26 -06:00
Robert Brothers
93dbe41973
787 Build status badge (#788)
Shows badges for build status on ROS buildfarm.
2023-09-14 21:52:44 -05:00
P. J. Reed
cf69963a19
Point README to the GitHub docs site (#687) 2020-06-01 14:04:01 -05:00
P. J. Reed
057de447e6
Port mapviz to ROS 2 (#672)
This ports Mapviz and (almost) all of its plugins to ROS 2. It has been tested on Dashing and Eloquent.

- Transforming to and from wgs84 coordinates still requires a /local_xy_origin topic, but the swri_transform_util/initialize_xy_origin.py node does not work in Dashing because tf2_py didn't exist until Eloquent. Either publish that topic manually or run a standalone initialize_xy_origin.py node in an Eloquent environment.
- The only plugin not ported is move_base, because it uses actions, which seem to have changed enough that this would require significant rework, and we have no way to test or verify this plugin because we never use it.

Distro A, OPSEC #2893

Signed-off-by: P. J. Reed <preed@swri.org>

Co-authored-by: Jacob Hassold <jhassold@dcscorp.com>
Co-authored-by: Kevin Nickels <knickels@swri.org>
Co-authored-by: Matthew Bries <matthew.bries@swri.org>
Co-authored-by: Roger Strain <rstrain@swri.org>
2020-04-27 16:14:10 -05:00
Arkady Shapkin
d4093380a9 Fix URL in README.md (#627) 2019-05-17 12:52:12 -05:00
P. J. Reed
095f8176fd
Fix Indigo build, clean up warnings (#597)
This fixes a variety of build issues on Indigo, cleans up formatting in the CMakeLists.txts, and also fixes several catkin package warnings found by catkin_lint.
2018-11-12 15:53:23 -06:00
P. J. Reed
6877b782fb Merge remote-tracking branch 'upstream/kinetic-devel' 2018-11-09 17:39:39 -06:00
Jerry Towler
155435ba9c Create Coordinate Picker plugin (#593)
* Create Coordinate Picker plugin

Listens for mouse clicks on the map, transforms them to a specified
frame, and prints a list of them in the plugin GUI. The most recent
coordinates are copied to the clipboard.
2018-11-04 14:52:18 -06:00
Davide Faconti
078ba29f75 updated readme 2017-12-01 16:42:25 -06:00
P. J. Reed
1ad0fc58a1 Re-add GPSFix plugin to kinetic-devel (#519)
The GPSFix plugin had been removed from the kinetic-devel branch long
ago because the gps_common package hadn't been released into Kinetic
at the time; it exists now, so there's no reason for this plugin to
not exist.
2017-11-07 09:17:26 -06:00
Edward Venator
f9e169e14d Simplify and update README (Indigo) (#508) 2017-09-11 08:33:03 -05:00
Daniel Snider ツ
896fdfaa96 Updated README
Adding tile-map and multires-image packages to installation section
2017-02-11 16:09:39 -08:00
Daniel Snider ツ
111b43ba70 Updated README
Adding tile-map and multires-image packages to installation section
2017-02-11 19:07:41 -05:00
P. J. Reed
35de49dab7 Adding support for Bing Maps (#409)
This makes a number of changes in the `tile_map` plugin in order to support
different types of tile servers, including Bing Maps.  Notable changes include:
- TileSource is now an abstract class
- WMTS server-specific behavior has been moved into a new WmtsSource class
- BingSource provides support for obtaining tiles from Bing Maps
- The UI for specifying server URLs has changed
  - Prefix and coordinate order are no longer separate fields
  - In URLs for WMTS sources, the variables {level}, {x}, and {y} will be substituted with appropriate values when tiles are requested
- Rather than generating hashes for image tiles based on their URLs, hashes are now generated by the TileSource implementations in order to support sources that can pull tiles from multiple servers
- Idle performance has been improved by removing redundant recalculations of the map view
- Added a dependency on libjsoncpp

Resolves #227

Conflicts:
	tile_map/CMakeLists.txt
	tile_map/package.xml
2016-08-03 14:42:14 -05:00
P. J. Reed
d1f71118be Adding support for Bing Maps (#407)
This makes a number of changes in the `tile_map` plugin in order to support
different types of tile servers, including Bing Maps.  Notable changes include:
- TileSource is now an abstract class
- WMTS server-specific behavior has been moved into a new WmtsSource class
- BingSource provides support for obtaining tiles from Bing Maps
- The UI for specifying server URLs has changed
  - Prefix and coordinate order are no longer separate fields
  - In URLs for WMTS sources, the variables {level}, {x}, and {y} will be substituted with appropriate values when tiles are requested
- Rather than generating hashes for image tiles based on their URLs, hashes are now generated by the TileSource implementations in order to support sources that can pull tiles from multiple servers
- Idle performance has been improved by removing redundant recalculations of the map view
- Added a dependency on libjsoncpp

Resolves #227
2016-08-03 14:40:46 -05:00
Edward Venator
f115815ac5 update README and CI for kinetic. 2016-06-21 10:38:30 -05:00
Edward Venator
ab9ba09212 Update README.md
Removes saucy builds from the build list and makes the installation instructions more prominent.
2016-02-13 21:13:33 -06:00
P. J. Reed
77e1f3b6e3 Merge pull request #311 from pjreed/string_plugin-jade
A plugin for displaying std_msgs/Strings
2016-02-02 15:50:26 -06:00
P. J. Reed
e7cf17c54e A plugin for displaying std_msgs/Strings
Conflicts:
	mapviz_plugins/CMakeLists.txt
2016-02-02 15:28:44 -06:00
P. J. Reed
1295d5531d Merge pull request #308 from pjreed/string_plugin
A plugin for displaying std_msgs/Strings
2016-02-02 15:26:49 -06:00
P. J. Reed
d3de5940f9 Fixing build status buttons
The ROS build farm has moved to a new server, and all of the button URLs
have been changed to point to the new server.
2016-02-01 09:04:37 -06:00
P. J. Reed
2a3eb81011 Fixing build status buttons
The ROS build farm has moved to a new server, and all of the button URLs
have been changed to point to the new server.
2016-02-01 09:01:34 -06:00
P. J. Reed
8526552c1c A plugin for displaying std_msgs/Strings 2016-01-28 16:25:36 -06:00
P. J. Reed
254e4c0dbf Adding documentation for the Point Click Publisher 2016-01-19 11:48:33 -06:00
P. J. Reed
554760219d Adding documentation for the Point Click Publisher 2016-01-19 10:54:21 -06:00
P. J. Reed
3483e97258 Adding status indicator buttons. 2016-01-06 17:31:21 -06:00
P. J. Reed
24e2a919ea Adding status indicator buttons. 2016-01-06 17:28:55 -06:00
Edward Venator
df692302d1 Fix formatting in last commit 2015-11-20 14:34:28 -06:00
Edward Venator
271d01ece3 Updates installation instructions in README
Mapviz is finally up on packages.ros.org
2015-11-20 14:33:51 -06:00
Edward Venator
1f7fdb6aa1 Update installation instructions
Mapviz is finally on packages.ros.org
2015-11-20 14:30:12 -06:00
Marc Alban
e3fbd32696 Merge pull request #248 from cbandera/feature/gps_plugin_jade
Feature/gps plugin jade
2015-11-01 13:03:52 -06:00
Claudio Bandera
8e039e9f51 Renamed GPS plugin to NavSat plugin 2015-10-18 14:20:48 +02:00
Edward Venator
3f250b150a Merge pull request #249 from swri-robotics/indigo-devel
Updates installation instructions in README
2015-10-09 09:15:40 -05:00
Edward Venator
687aaed831 Updates installation instructions in README 2015-10-09 09:15:05 -05:00
Claudio Bandera
795a517d91 Fixes #238. Replaced GPSFix with NavSatFix. Orientation is ignored, as it is not part of the message anymore. 2015-10-09 15:35:19 +02:00
Claudio Bandera
e4778785da Revert "Removes GPS plugin from README.md in Jade"
This reverts commit 5dcbd70e23.
2015-10-09 14:46:28 +02:00
Edward Venator
4204073df1 Merge pull request #241 from swri-robotics/indigo-devel
Updates installation instructions in README
2015-10-01 11:38:35 -05:00
Edward Venator
347698d530 Updates installation instructions in README 2015-10-01 11:37:11 -05:00
Edward Venator
5dcbd70e23 Removes GPS plugin from README.md in Jade 2015-09-29 13:36:12 -05:00
Edward Venator
539f5a8def Adds Jade to Build Status Table 2015-09-29 10:42:54 -05:00
Edward Venator
40ffb9514f Adds 32-bit build badges to README 2015-09-28 16:18:39 -05:00
Edward Venator
20b79ddac8 Adds Saucy 64-bit builds to status table in readme 2015-09-28 09:53:44 -05:00
Ed Venator
c15bc3c0c0 Fixes typo in readme. 2015-09-27 18:48:04 -05:00
Ed Venator
1ea9759ddf Updates readme with build status and installation instructions. 2015-09-27 18:06:23 -05:00
Marc Alban
e2623742ed Add laser scan plug-in to README 2015-07-06 16:12:56 -05:00