Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / libscout @ d2dedb17

# Date Author Comment
cfdb3afa 01/29/2013 07:18 PM Alex Zirbel

Added latching to publishers so the first message gets noticed.

f325b893 01/06/2013 06:50 PM Alex Zirbel

Added conversions abs_to_rel and rel_to_abs.

Also, added warnings after these conversions in the case that a requested speed has to be cropped.

Tested against a temporary behavior which set the speeds (now removed since it's very easy to write such a test behavior).

4e393fcc 01/04/2013 05:46 PM Alex Zirbel

Added code for unit conversion, pending tests.

f3549f76 01/04/2013 04:07 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

9d9e04ba 01/04/2013 04:06 PM Alex Zirbel

Old little changes to sonar.

c840fbe6 12/02/2012 07:36 PM Priya

Changed linefollowing so that turns start working once again. Also fixed some bugs with maze solving.

2b0c2534 12/02/2012 07:06 PM Priya

Called spinOnce to update sonar readings.

a2b7e8f1 12/02/2012 05:47 PM Priya

Registered a default callback for wireless receiver. Also added default virtual constructor.

754da79f 12/02/2012 05:18 PM Priya

Added the behavior to behavior list and cmakelists and made things compile.

f878b5f9 12/02/2012 05:03 PM Priya

Finished writing up the maze solving behavior.

64ee446f 12/01/2012 01:10 AM Yuyang

a poor barebone of maze_solve that I wasn't able to finish

7f095440 11/30/2012 07:55 PM Priya

Sepearated refresh rate for scouts and for the simulator.

6fab3966 11/30/2012 07:21 PM Alex Zirbel

Fixed the line following code.

Now works with new units
Fixed a bug with reading the line location, correctly centering the line between -3.5 and 3.5 rather than -4 and 3.
Also fixed a bug caused by overflow in absolute speeds sent to motor control, which fixed bouncing in line following.

25694a03 11/17/2012 02:29 AM Priya

Changes so that scout1 automatically spawns upon creation of the
simulator environment, and that line follow just continuously follows
lines instead of prior line-following-capability testing code.

ddfeb111 11/17/2012 02:15 AM Priya

Fixing bugs with ghost scout (these were problems in odometry related
to constants in the simulator and coordinate frame and theta representation
in the simulator). Also made ghost scout translucent in order to differentiate
it.

30a3768e 11/16/2012 05:45 PM Priya

Last commit did not contain changes to Odometry behavior. Gits dumb.

16d4e150 11/12/2012 07:46 PM Priya

Fixed pause and resume. Kind of. There are lots of bugs with the GUI.

9a88eb2e 11/12/2012 06:34 PM Priya

Fixed pause so that it compiles. Also changed behavior gui so that it starts with Scout1 automatically.

27f73b95 11/09/2012 10:45 AM Matt Bryant

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

Conflicts:
scout/libscout/CMakeLists.txt
scout/libscout/src/BehaviorList.cpp
scout/libscout/src/BehaviorList.h

4b02e3c0 11/09/2012 10:40 AM Matt Bryant

Added pause behavior to list

a107608f 11/09/2012 10:39 AM Matt Bryant

Added new behavior to makefile

479d25d8 10/28/2012 04:48 PM Priya

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

3db79f25 10/28/2012 04:47 PM Priya

Fixed Odometry behavior so that it now works and then added a get readings functionality to sonarcontrol.

d140fd71 10/28/2012 04:37 PM Yuyang

Added Sensors class that abstracts away sensors from behaviors. Stops creating
duplicated sensors for each scout.

dfb92d66 10/26/2012 06:40 PM Matt Bryant

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

5755691e 10/26/2012 06:31 PM Matt Bryant

Added initial GUI for testing, renamed cw and ccw behaviors

560d2317 10/14/2012 04:41 PM Thomas Mullins

Added forward/backward support to motors node

a8987cda 10/07/2012 10:41 PM Thomas Mullins

Fixes to WirelessReceiver and wl_test

Changed receive callback to use std::function so we can use std::bind to
pass non-static member functions. There is still a weird problem where
WirelessReceiver::dummy gets called many times for each incoming packet
in wl_test.

c76aac7a 05/08/2012 10:55 PM Priya

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

5e1adeb1 05/08/2012 10:52 PM Alex Zirbel

Added delay to kickstart file to make sure scoutsim gets set up.

Not like anyone cares.

5354037a 05/08/2012 10:48 PM Priya

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

11aa087a 05/08/2012 10:44 PM Priya

Demo almost working Scouts go home! a

da08d580 05/08/2012 10:42 PM Alex Zirbel

Added launch files for the demo and made a little change to the
argument checker to make them work.

58c19c15 05/07/2012 03:26 PM Priya

better warehouse image (corresponds with lines now) and demo. Now only thing left is to implement home behavior.

afa9104d 05/06/2012 07:33 PM Priya

Ok Scheduler warehouse behaviour working! and linefollowing works better now! Onto better demo.

1905324e 04/26/2012 01:22 AM Priya

Trying to make the warehouse robot drive around

58371433 04/25/2012 11:45 PM Priya

Renaming to line follow and getting rid of old linefollowing files.

351f71d1 04/25/2012 11:04 PM Priya

adding maps for warehouse and fixing strtok issue in wh_robot that massed up curr_task

b14656f5 04/24/2012 06:29 PM Leon Zhang

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

0e9eb730 04/24/2012 06:29 PM Leon Zhang

some testing done on WH_robot exec_task, issue pinpointed to curr_task's dest being stored as 0, not fixed yet

f8655f01 04/24/2012 06:28 PM Priya

made the linefollowing a bit more reliable

ae21730e 04/24/2012 06:21 PM Priya

Sim line can make turns now! yay

53201802 04/24/2012 05:52 PM Leon Zhang

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

d37cfc69 04/24/2012 05:51 PM Leon Zhang

WH_robot goes home in exec_task, follow_path function added; untested

26562d0c 04/24/2012 05:49 PM Priya

Adding wl_test files that were not added before

5d0687a9 04/24/2012 04:22 PM Priya

Small changes to wireless, and starting turning with line following.

ad5b5826 04/17/2012 05:11 PM Priya

some fixes to whrobot and scheduler

83db6c2c 04/10/2012 06:50 PM Priya

Line following code made bettergit status

5f16a3b8 04/10/2012 06:25 PM roboclub

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

b2876335 04/10/2012 06:25 PM roboclub

fixed scheduler array access, no more segfaulting, but hangs

a3539955 04/10/2012 06:09 PM Alex Zirbel

Fully working linefollowing. Instructions:

roscore
rosrun scoutsim scoutsim_node race
rosrun libscout libscout scout1 6

ebb19fe0 04/10/2012 05:00 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

5866cb38 04/10/2012 04:59 PM Alex Zirbel

Linesensor tested and done!

ade1b7f9 04/10/2012 04:53 PM Alex Zirbel

Basic line sensor readings!

7ac5e9bc 04/09/2012 11:08 PM Priya

ROS scheduler/whrobot behavior needs to be debugged

5bd763bc 04/09/2012 09:43 PM Priya

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

1034f829 04/09/2012 09:41 PM Alex Zirbel

Added LinesensorControl =(

3f72678f 04/09/2012 09:40 PM Priya

Changing scheduler and WH robot to ROS messages

e7b4f56d 04/09/2012 05:35 PM Alex Zirbel

Added sim_line behavior for line follow testing.

dc742c14 04/09/2012 05:31 PM Alex Zirbel

Fixed bugs and compiler warnings in old code.

dee6320c 04/09/2012 01:58 PM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

Conflicts:
scout/libscout/CMakeLists.txt

26258aeb 04/09/2012 01:57 PM Alex Zirbel

Added linesensor to the behavior class.

aac281d5 04/07/2012 07:44 PM Priya

Forgot to add scheduler to behavior list

6761a531 04/07/2012 07:43 PM Priya

Pushing modified behavior process that requires less arguments and appends scoutname to ros node name. and a compiling but not tested version of test_behaviors (scheduler and wh_robot)

2f025967 04/03/2012 06:40 PM Priya

Got scheduler to compile. onto wh robots

92d4adda 03/27/2012 06:21 PM Priya

added get worst case time to wh_robot

cc399ab3 03/27/2012 06:19 PM Priya

added get_worst_case_time to nav maps

9491b3e2 03/25/2012 12:22 AM Alex Zirbel

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

2eaafff2 03/25/2012 12:21 AM Alex Zirbel

Added maps and menus in scoutsim.

Menu options for about, quit, clear, and viewing different maps.

9b4328d7 03/24/2012 07:16 PM Priya

Merged WH_Robots with other files

ca164875 03/24/2012 07:16 PM Leon

updating Order with util functs

fe8da1b9 03/24/2012 06:42 PM Leon

minor edit to prev push

a4378953 03/24/2012 06:40 PM Leon

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

bebd9bcb 03/24/2012 06:40 PM Leon

WH_Robot preliminary code, untested

6642eee3 03/24/2012 06:35 PM Priya

Fixed some bugs in navmap

76cefba1 03/24/2012 05:48 PM Priya

Merged scheduler implementations and modified order structrure class

bd699151 03/24/2012 04:51 PM unknown

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

97b6298e 03/24/2012 04:49 PM unknown

Scheduler interface.

16f43cae 03/24/2012 04:42 PM James Carroll

An implementation of a portion of the scheduler code. Will probably be stripped for useful content and added to the real final version. Mostly just sets up the structure of the scheduler class and its interface with getting and putitng jobs into the lists.

962cda83 03/24/2012 04:32 PM unknown

Adding scheduler interface.

4678c6c2 03/06/2012 06:25 PM unknown

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

2d697b1f 03/04/2012 08:03 PM Leon

Adding Doxygen documentation to navigationMap

cccc25c9 03/04/2012 05:31 PM Priya

Made nav map into an actual workable behaviorgit statusgit status

31be19a6 03/03/2012 08:17 PM Priya

Behaviours now have names!

60b98383 03/03/2012 06:19 PM Priya

Committing some clean ups done in the linefollowing behaviours

5d634058 02/28/2012 07:58 PM Thomas Mullins

Added WirelessReceiver to libscout

It does not yet have any filtering functionality, which can be added in
the future if it's really needed.

4469dadd 02/28/2012 06:30 PM unknown

Added Priority Queue Wrapper and Order object for the scheduler to use to keep track of tasks.

57e82e6c 02/27/2012 06:00 PM James Carroll

Fixed some of the syntax problems with the navigationMap fsm and tested it, it seems to generally work. Note the fsm eta still does not work for various reasons.

738e44fb 02/26/2012 06:14 PM Priya

navigationMap bfs tested and worksgit status!

d9e85e54 02/26/2012 04:16 PM Priya

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

e1a60f89 02/26/2012 04:15 PM Priya

Fixed problems with running behaviors. Something wrong with Cliffsensor control. Must debug later. Also encoder control not working!

aa28526f 02/26/2012 04:00 PM James Carroll

Fixed more errors of indentation and spaces.

aa84b67c 02/26/2012 03:43 PM James Carroll

Fixed Some indentation Errors that were made in LineDrive.cpp and linefollow.cpp
Please enter the commit message for your changes. Lines starting

f34d6221 02/25/2012 06:30 PM Priya

Ok fixed compilation issues from last commit

f79fbce2 02/25/2012 06:23 PM Priya

Merge branch 'master' of ssh://roboclub.org/home/svn/scoutos

Conflicts:
scout/libscout/CMakeLists.txt

8f030bc3 02/25/2012 06:20 PM Priya

Commiting pseudo-Gaussian random noise generator. Tested and works.

a739cdbd 02/25/2012 06:19 PM Alex Zirbel

Temporary, possibly broken, commit to add EncodersControl.

Sorry - my ros build is broken. I will immediately debug on Priya's machine.

ede03b64 02/22/2012 12:25 AM James Carroll

Hello, this is James, I updated the navigation map code to better support the getting of the current state and the getting of the estimated time until the robot arrives at its destination. Also there is a TODO that says that we need to find the actual speed of the robot.

0b6591e2 02/20/2012 05:38 PM Priya

Added get outbound edges to navigation map file

71d57001 02/16/2012 04:33 PM Thomas Mullins

Added WirelessSender class to libscout

WirelessSender will hold some metadata like packet destination, pan, and
channel, and will publish a WirelessPacket (also, added
messsages/WirelessPacket.msg) to /wireless/send
So far, lacks proper documentation and static functions similarly named...